home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d4 / Telnet2.6.1d4.src.sit.hqx / Telnet 2.6.1d4 source / source / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-16  |  260 b   |  8 lines

  1. extern void putln(char *DebugString);
  2. void InitDebug(void);
  3. Boolean    DebugKeys(Boolean cmddwn, unsigned char ascii, short s);
  4. void    ShowDebugWindow(void);
  5.  
  6. // Don't undef this if compiling for PPC!!!!!!!! Yeah, sure Audit works w/PPC! ;)
  7. //#define SUPPORT_AUDIT
  8.